home *** CD-ROM | disk | FTP | other *** search
/ Material Dictionary 11: Fossil / Material Dictionary 11: Fossil.iso / mac / SOZAI11 / SOZAI.EXE / SOZAI.DXR / 00007_QUIT.ls < prev    next >
Encoding:
Text File  |  1996-01-05  |  89 b   |  8 lines

  1. on mouseDown
  2.   buttondown()
  3.   if not (the result) then
  4.     exit
  5.   end if
  6.   go("End")
  7. end
  8.